log/slog.Record.PC (field)

5 uses

	log/slog (current package)
		handler.go#L122: 	return h.output(r.PC, *buf)
		record.go#L36: 	PC uintptr
		record.go#L63: 		PC:      pc,
		record.go#L221: 	if r.PC == 0 {
		record.go#L225: 	fs := runtime.CallersFrames([]uintptr{r.PC})